* {
  padding: 0;
  margin: 0;
  font-family: SimSun;
}
a {
  text-decoration: none;
  color: #000;
}
body {
  background-color: #edebeb;
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mainBox {
  max-width: 1014px;
  min-width: 980px;
  margin: 0 auto;  
  background-color: #fff;


}
.mainBox .logoBox {
  height: 100px;
}
.logoBox {
  background-image: url(../img/logo.jpg);
  background-size: cover;
  position: relative;
}
.logoBox p{
  width: auto;
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 25px;

}
.logoBox .topTime{
  color: #008000;
}
.nav {
  margin: 0 13px;
  min-height: 30px;
  background: linear-gradient(180deg,#9A2200 0%,#C91919 100%); 
  border-radius: 10px 10px  0  0;
}
.nav ul {
  height: 40px;
}
.nav li {
  list-style: none;
  float: left;
  width: calc((100% - 1px) / 6);
  text-align: center;
  line-height: 40px;
}
.nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bolder;
}
.contentList {
  display: flex;
  flex-direction: row;
  margin: 0 7px;
}
.gridbox1 {
  width: 27%;
  padding: 0 10px 0 0;
}
.gridbox2 {
  width: 51%;
  padding: 0 10px;
}
.gridbox3 {
  width: 22%;
  padding: 0 0 0 10px;
}
.gridboxTitle {
    height: 27px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gridbox1 p,
.gridbox2 p {
  font-size: 12px;
}
.gridbox1 .gridboxTitle {
  background-image: url(../img/title_news.gif);
  
}
.gridbox2 .gridboxTitle {
  background-image: url(../img/title_about.gif);
}
.gridboxTitle a {
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: right;
    padding: 0 10px;
}
.newListBox {
    padding: 0 10px 0 15px;
}
.d_description{
    padding:20px;
    
}
.newList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    line-height: 28px;
    border-bottom: 1px dashed #999;
}
.newList .title{
font-size: 12px;
    padding-left: 12px;
    background: url(../img/icon_09.gif) no-repeat 0px 50%;
}
.newList .time{
font-size: 12px;
}
.aboutBox {
    padding: 10px 10px;
}
.aboutBox img{
    width: 180px;
    margin: 5px 10px 0 0;
}
.aboutBox p{
    line-height: 25px;
    text-align: justify;
}
.footerBox {
    width: 100%;
    background-color: #3a3a3a;
}
.footerBox p{
    padding: 10px;
}
.gstb {
    width: 50px;
    margin: 10px auto;
}
.honorBox {
    margin: 0 10px;
}
.honorCon {
    display: flex;
    flex-wrap: wrap;
}
.honorCon img {
    width: calc((100% - 70px) / 7);
    margin: 5px;
}
.honorHead {
    background-image: url(/res/img/title_gsry.gif);
}
.honorHead a {
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: right;
    padding: 0 10px;
}

    .nbanner {
        width: 100%;
        margin: 5px 0;
    }
    .contentBoxTemplate {
        width: calc(100% - 30px);
        margin: 5px 15px;
        display: flex;
        justify-content: space-between;
    }
    .menuTemplate {
        width: calc(25% - 10px);
    }
    .contentTemplate {
        width: calc(75% - 10px);
        padding: 0 10px 0 10px;
        margin: 0 20px 0 20px;
    }
    .contentBoxTemplate .menuList a{
        width: 100%;
        height: 32px;
        display: block;
        border: 1px solid #dedede;
        text-align: center;
        font-size: 12px;
        line-height: 32px;
        margin: 2px 0 0 0;
        background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
    }
    .contentBoxTemplate .menuList a:hover{
        background: linear-gradient(180deg, #f8cfd7 0%, #ffa8b2 100%);
        border: 1px solid #e86473;
    }
    .menuList .active {
        background: linear-gradient(180deg, #f8cfd7 0%, #e86473 100%) !important;
        border: 1px solid #e86473 !important;
    }
    .contentTemplate .contentTop {
        width: auto;
        height: 40px;
        background: transparent url(/res/img/right_nybj02.gif) no-repeat 0 0;
        background-size: contain;
        
    }
    .contentTemplate .contentTop span {
        font-size: 14px;
        line-height: 40px;
        position: relative;
        left: 40px;
    }
    .contentEditor {
        font-size: 12px;
        margin: 20px 0 10px 0;
    }
    .yangshi table tr td{
    text-align: center;
    font-family: 宋体;
    font-size: 12px;
    line-height: 3;
    }
        
    
    .newTitle h1{
        margin: 20px 0;
    }
    .newTitle h1{
        text-align: center;
        margin: 20px 0;
        font-size: 14px;
    }
    .newTitle hr{
        border: 0.5px solid #dfdfdf;
        margin: 20px 0;
    }
    .newTitle .newinfo{
        font-size: 12px;
    }
    .newTitle .newinfo span{
        margin-right: 20px;
    }
    .pnbox {
        font-size: 12px;
        display: flex;
        justify-content: space-between;
    }





